You can configure the threshold
monitor
options.
About this task
Follow this procedure to configure
threshold monitor
options.Table 1. Drift Reconcile & Idempotency Support Table
Identify Drift |
Reconcile configuration |
Idempotency |
Yes |
Yes |
Yes |
For information about commands and supported parameters to configure
threshold monitor options, see
ExtremeCloud Orchestrator Command Reference,
3.6.0
.
Procedure
Run the following command to set
the threshold monitor options:
Example
- The following example sets the
threshold-monitor hardware-resources interval and count to 60 and 3
respectively. These values apply to the following types: bfd-session, lif,
mac-table, vxlan-tunnel, route, host, nexthop, and
ecmp.
efa inventory device threshold-monitor set –-type hardware-resources --ip 10.10.10.153-154 --interval 60 --count 3
- The following example sets a CPU
threshold-monitor to trigger an SNMP event when the CPU threshold of 80% is
exceeded. Ensure that the threshold must be exceeded three times (retry) with a
polling interval of 60 seconds for the event to be triggered. This means that it
would take three minutes before the notification is
sent.
efa inventory device threshold-monitor set –-type cpu --ip 10.10.10.153-154 –-actions snmp -–high-limit 80 --retry 3
- The following example sets a
mac-table threshold-monitor to trigger an SNMP event when either the high-limit
threshold of 80% or the low-limit threshold of 50% is exceeded. Events can be
generated for the threshold exceeding the 80% (high) or 50% (low)
limits.
efa inventory device threshold-monitor set –-type mac-table --fabric fabric1 –-actions snmp -–high-limit 80 -–low-limit 50